home *** CD-ROM | disk | FTP | other *** search
- #! moat
-
- xtAppInitialize
-
- xmRowColumn .top managed \
- -orientation vertical
-
- xmPushButton .top.a managed -labelString A
- xmPushButton .top.b managed -labelString BBB
- xmPushButton .top.c managed -labelString CCCCCCC
- xmPushButton .top.d managed -labelString D
-
- . realizeWidget
- . mainLoop
-